home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.net.URL;
- import javax.swing.JEditorPane.PageLoader;
-
- final class JEditorPane$2 implements Runnable {
- // $FF: synthetic field
- private final JEditorPane.PageLoader this$1;
-
- // $FF: synthetic method
- JEditorPane$2(JEditorPane.PageLoader var1) {
- this.this$1 = var1;
- }
-
- public void run() {
- URL var1 = (URL)PageLoader.access$0(this.this$1).getDocument().getProperty("stream");
- String var2 = var1.getRef();
- PageLoader.access$0(this.this$1).scrollToReference(var2);
- }
- }
-